﻿<?xml version="1.0" encoding="UTF-8"?>
<!--RSS generated by Windows SharePoint Services V3 RSS Generator on 9/10/2010 3:05:36 PM-->
<?xml-stylesheet type="text/xsl" href="/jmcalister/_layouts/RssXslt.aspx?List=f3af62ea-c629-4529-a05d-67e0865aa50e" version="1.0"?>
<rss version="2.0">
  <channel>
    <title>James's Blog: Posts</title>
    <link>http://www.isi.cc/jmcalister/Lists/Posts/AllPosts.aspx</link>
    <description>RSS feed for the Posts list.</description>
    <lastBuildDate>Fri, 10 Sep 2010 20:05:36 GMT</lastBuildDate>
    <generator>Windows SharePoint Services V3 RSS Generator</generator>
    <ttl>60</ttl>
    <image>
      <title>James's Blog: Posts</title>
      <url>/jmcalister/_layouts/images/homepage.gif</url>
      <link>http://www.isi.cc/jmcalister/Lists/Posts/AllPosts.aspx</link>
    </image>
    <item>
      <title>Server 2008 firewall rule to allow FTP</title>
      <link>http://www.isi.cc/jmcalister/Lists/Posts/ViewPost.aspx?ID=49</link>
      <description><![CDATA[<div><b>Body:</b> <div class=ExternalClass3398F90B795C4B049804C2652B37E826><p>I had trouble getting access to a new FTP site that we setup. It turns out to be a problem with configuring the firewall for FTP passive mode. I opened a case with Microsoft to resolve the issue. </p> <p>To configure Windows Firewall to allow non-secure FTP traffic, use the following steps: <ol> <li>Open a command prompt: click <b>Start</b>, then <b>All Programs</b>, then <b>Accessories</b>, then <b>Command Prompt</b>.  <li>To open port 21 on the firewall, type the following syntax then hit enter:  <blockquote><tt>netsh advfirewall firewall add rule name=&quot;FTP (non-SSL)&quot; action=allow protocol=TCP dir=in localport=21</tt></blockquote> <li>To enable stateful FTP filtering that will dynamically open ports for data connections, type the following syntax then hit enter:  <blockquote><tt>netsh advfirewall set global StatefulFtp enable</tt></blockquote></li></ol> <p><b>Important Notes</b>: <ul> <li>Active FTP connections would not necessarily covered by the above rules; an outbound connection from port 20 would also need to be enabled on server. In addition, the FTP client machine would need to have its own firewall exceptions setup for inbound traffic.  <li>FTP over SSL (FTPS) will not be covered by these rules; the SSL negotiation will most likely fail because the Windows Firewall filter for stateful FTP inspection will not be able to parse encrypted data. (Some 3rd-party firewall filters recognize the beginning of SSL negotiation, e.g. AUTH SSL or AUTH TLS commands, and return an error to prevent SSL negotiation from starting.)</li></ul> <p><a title="http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/" href="http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/">http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/</a></p></div></div>
<div><b>Published:</b> 2/19/2010 2:48 PM</div>
]]></description>
      <author>James McAlister</author>
      <pubDate>Fri, 19 Feb 2010 20:48:49 GMT</pubDate>
      <guid isPermaLink="true">http://www.isi.cc/jmcalister/Lists/Posts/ViewPost.aspx?ID=49</guid>
    </item>
  </channel>
</rss>